home *** CD-ROM | disk | FTP | other *** search
Java Source | 1998-09-28 | 437 b | 17 lines |
- package com.symantec.itools.awt;
-
- import java.util.ListResourceBundle;
-
- public class ConnBundle extends ListResourceBundle {
- public Object[][] getContents() {
- return contents;
- }
-
- static final Object[][] contents = {
- // FormattedTextBeanInfo
- {"getMask", "Get the edit field entry mask"},
- {"setMask", "Set the edit field entry mask"},
- // END FormattedTextBeanInfo
- };
- }
-